home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / g_man / cat3 / OpenGL-GLC / glcnewfontfrommaster.z / glcnewfontfrommaster
Text File  |  1998-10-20  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmMMMMaaaasssstttteeeerrrr((((3333GGGG))))  OOOOppppeeeennnnGGGGLLLL CCCChhhhaaaarrrraaaacccctttteeeerrrr RRRReeeennnnddddeeeerrrreeeerrrr   ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmMMMMaaaasssstttteeeerrrr((((3333GGGG))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmMMMMaaaasssstttteeeerrrr - create a new font from a master
  10.  
  11.  
  12. CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
  13.      GLint ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmMMMMaaaasssstttteeeerrrr( GLint _i_n_F_o_n_t,
  14.                                  GLint _i_n_M_a_s_t_e_r )
  15.  
  16.  
  17. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  18.      _i_n_F_o_n_t    Specifies the ID of the new font.
  19.  
  20.      _i_n_M_a_s_t_e_r  Specifies the master from which to create the new font.
  21.  
  22.  
  23. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.      ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmMMMMaaaasssstttteeeerrrr creates a new font from the master identified by
  25.      _i_n_M_a_s_t_e_r and gives it the font ID _i_n_F_o_n_t. If _i_n_F_o_n_t is already the ID of
  26.      a font, ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmMMMMaaaasssstttteeeerrrr generates GGGGLLLLCCCC____PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRR____EEEERRRRRRRROOOORRRR and returns
  27.      zero.
  28.  
  29.      If the command succeeds, it returns _i_n_F_o_n_t.
  30.  
  31.      A font is a stylistically consistent set of glyphs that can be used to
  32.      render some set of characters. Each font has a family name (for example
  33.      Palatino) and a state variable that selects one of the faces (for example
  34.      Regular, Bold, Italic, BoldItalic) that the font contains.  A typeface is
  35.      the combination of a family and a face (for example Palatino Bold).
  36.  
  37.      A font is an instantiation of a master. A master is a representation of
  38.      the font that is stored outside of GLC in a standard format such as
  39.      TrueType or Type1. A named list of masters is called a catalog. A catalog
  40.      may be implemented as a file system directory containing master files. A
  41.      list of catalog names defines the list of masters that can be
  42.      instantiated (that is, become fonts) in a GLC context.
  43.  
  44. EEEERRRRRRRROOOORRRRSSSS
  45.      GGGGLLLLCCCC____PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRR____EEEERRRRRRRROOOORRRR is generated if _i_n_F_o_n_t is already the ID of a font.
  46.  
  47.      GGGGLLLLCCCC____SSSSTTTTAAAATTTTEEEE____EEEERRRRRRRROOOORRRR is generated if the issuing thread has no current GLC
  48.      context.
  49.  
  50. AAAASSSSSSSSOOOOCCCCIIIIAAAATTTTEEEEDDDD GGGGEEEETTTTSSSS
  51.      ggggllllccccGGGGeeeettttLLLLiiiissssttttiiii with argument GGGGLLLLCCCC____FFFFOOOONNNNTTTT____LLLLIIIISSSSTTTT
  52.      ggggllllccccGGGGeeeettttiiii with argument GGGGLLLLCCCC____FFFFOOOONNNNTTTT____CCCCOOOOUUUUNNNNTTTT
  53.      ggggllllccccIIIIssssFFFFoooonnnntttt
  54.  
  55. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  56.      ggggllllccccGGGGeeeennnnFFFFoooonnnnttttIIIIDDDD, ggggllllccccNNNNeeeewwwwFFFFoooonnnnttttFFFFrrrroooommmmFFFFaaaammmmiiiillllyyyy, ggggllllccccDDDDeeeelllleeeetttteeeeFFFFoooonnnntttt
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.